home *** CD-ROM | disk | FTP | other *** search
- /* This is file include/topofns.h created by Extract */
- /* Date: */
-
- /*-------------------------------*/
- /* Including from:source/library/topo.c */
-
- extern void ptk_createtopology ARGS(( Pint topid, Pint root, Pint * err));
-
- extern void ptk_settopologyattrs ARGS(( Pint topid, Pint txfont,
- Pint linecol, Pint textcol, Pint edgecol,
- Pint intcol, Pint htedgecol, Pint htintcol));
-
- extern void ptk_inqtopologyattrs ARGS(( Pint topid, Pint * txfont,
- Pint * linecol, Pint * textcol, Pint * edgecol,
- Pint * intcol, Pint * htedgecol, Pint * htintcol,
- Pint * err));
-
- extern void ptk_createtopologypaths ARGS(( Pint topid,
- Pelem_ref_list_list * paths, Pint * error));
-
- extern void ptk_settopologytype ARGS(( Pint topid, ptketopologytype toptype));
-
- extern void ptk_inqtopologytype ARGS(( Pint topid, ptketopologytype * toptype,
- Pint * err));
-
- extern void ptk_setnodeposition ARGS(( Pint topid, Pint structid,
- Ppoint * nodept, ptkenodetype nodetype));
-
- extern void ptk_inqnodeposition ARGS(( Pint topid, Pint structid,
- Ppoint * nodept, Pint * err));
-
- extern void ptk_tidytopology ARGS(( Pint wsid, Pint topid,
- ptkenodetype nodetype,
- Pint pickdev, Pint pickpet, Ppick_data * pickdatarec,
- Pint locdev, Pint locpet, Ploc_data * locdatarec));
-
- extern void ptk_posttopology ARGS(( Pint wsid, Pint topid, Pfloat priority));
-
- extern void ptk_unposttopology ARGS(( Pint wsid, Pint topid));
-
- extern ptkboolean ptk_deltopology ARGS(( Pint topid));
-
- extern void ptk_storetopologylayout ARGS(( FILE * fileptr, Pint topid));
-
- extern void ptk_restoretopologylayout ARGS(( FILE * fileptr, Pint topid));
-
- extern void ptk_inqpostedtopologies ARGS(( Pint wsid, Pint size,
- Pint_list * topids, Pint * totalsize, Pint * err));
-
- extern void ptk_inqtopologyids ARGS(( Pint size, Pint_list * topids,
- Pint * totalsize, Pint * err));
-
- extern void ptk_inqtopologystructid ARGS(( Pint topid, Pint * topstid,
- Pint * err));
-
- extern void ptk_inqtopologyname ARGS(( Pint topid, Pint * name, Pint * err));
-
- extern void ptk_settopologyhighlightnode ARGS(( Pint topid, Pint topnodestid));
-
- extern void ptk_inqtopologyhighlightnode ARGS(( Pint topid,
- Pint * topnodestid, Pint * err));
-